-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove explicit Numpy and Scipy requirements #412
Conversation
Codecov Report
@@ Coverage Diff @@
## master #412 +/- ##
=======================================
Coverage 99.88% 99.88%
=======================================
Files 49 49
Lines 4463 4463
=======================================
Hits 4458 4458
Misses 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AmintorDusko for putting these together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @AmintorDusko , thanks!
Context: PennyLane is a hard dependence and already provides Numpy and Scipy as requirements.
Description of the Change: Remove explicit Numpy and Scipy dependence
Benefits:
Possible Drawbacks:
Related GitHub Issues: